home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDA).iso / internet / Winproxy30.exe / w / _SETUP.1 / NameList.Sam < prev    next >
Text File  |  2000-09-13  |  2KB  |  56 lines

  1. # This is a sample name list file that will allow you to
  2. # define names for the DNS server in WinProxy.  You 
  3. # should modify this file with your own names that you want
  4. # WinProxy to resolve.
  5. #
  6. # If you enter a domain name in the DNS configuration in 
  7. # WinProxy, then these names will also be resolved as part 
  8. # of that domain.  For instance, if you define "MyComputer"
  9. # in this list, and specify your domain as "MyCompany.com"
  10. # then "MyComputer" as well as "MyComputer.MyCompany.com" will
  11. # return the specified IP address.
  12. #
  13. # The format of the name definitions is : 
  14. #    {Name}{space}{IP address}{end of line}
  15. #
  16. # You can also specify a name to point to the WinProxy
  17. # machine by setting the IP address to "WinProxy".
  18. #
  19. # With the following names (assuming the '#' were removed):
  20. #
  21. # MyComputer        90.0.0.2
  22. # WallysComputer    90.0.0.3
  23. # ProxyComputer     90.0.0.1
  24. # mail.netcom.com   WinProxy
  25. #
  26. # If the domain in the DNS settings is set to "MyCompany.com"
  27. # and the IP address of the WinProxy machine is 90.0.0.1, then
  28. # the following IP addresses will be returned:
  29. #
  30. # MyComputer.MyCompany.com     -> 90.0.0.2
  31. # MyComputer                   -> 90.0.0.2
  32. # WallysComputer.MyCompany.com -> 90.0.0.3
  33. # WallysComputer               -> 90.0.0.3
  34. # ProxyComputer                -> 90.0.0.1
  35. # ProxyComputer.MyCompany.com  -> 90.0.0.1
  36. # mail.netcom.com              -> 90.0.0.1
  37. # www.WinProxy.com             -> Resolved over the Internet
  38. #
  39. # However, if the computer that WinProxy is running on requests
  40. # mail.netcom.com, then WinProxy will go to the Internet to 
  41. # resolve the name.  This is useful for setting up mapped ports
  42. # for applications that do not support proxy servers.
  43. #
  44. # If the WinProxy machine has multiple interfaces, then WinProxy
  45. # will return the most appropriate IP address.
  46. #
  47. # Domain names and computer names are NOT case sensitive.
  48. #
  49. # This default name list defines two names, FireWall and WinProxy,
  50. # which point to the WinProxy server.  You are can change these 
  51. # names or add names of your own below.
  52.  
  53. FireWall        WinProxy
  54. WinProxy        WinProxy
  55.  
  56.